home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / appshel.exe / APPSHELL.DOC < prev    next >
Encoding:
Text File  |  1991-08-17  |  5.0 KB  |  135 lines

  1.        =======================================================
  2.        App Shell 1.0 - Template for File-oriented Applications
  3.        =======================================================
  4.  
  5.               App Shell Copyright (c) 1991 Jim Presley
  6.  
  7. ===========
  8. Description
  9. ===========
  10.  
  11. Features standard Windows 3.0 processing for:
  12.  
  13.   File
  14.     - New
  15.     - Open
  16.     - Save/Save As
  17.     - Print/Printer Setup
  18.     - Exit
  19.  
  20.   Help
  21.     - Using help
  22.     - About
  23.  
  24. A mini-text editor (multi-line text control) is used to demonstrate
  25. all file-oriented functions found in a standard Windows application.
  26. Windows Write was used as a model with improvements made where it 
  27. seemed to make sense.  The file open/save as dialogs adhere to the 
  28. Windows 3.0 conventions.  Printer setup and printing is allowed from
  29. any printer currently attached.  The user is allowed to cancel the
  30. printing from a modal dialog box.
  31.  
  32. In addition to providing a base for Visual Basic applications,
  33. App Shell also demonstrates many VB functions.  This includes a custom
  34. Windows DLL for printer setup.  The C source is included.
  35.  
  36.  
  37. ====================
  38. Copyrights & CYA :-)
  39. ====================
  40.  
  41. App Shell is protected by the copyright laws of the United States of
  42. America.  App Shell Copyright (c) 1991 Jim Presley.  App Shell is 
  43. freeware with the following intent:
  44.  
  45. -  You are free to incorporate App Shell into your code that will be 
  46.    distributed in executable form.
  47. -  You are free to distribute App Shell source or incorporate App Shell
  48.    source into your source code assuming no charge is required and this
  49.    copyright is maintained and acknowledged.
  50. -  You are free to distribute App Shell source as shareware assuming
  51.    you are an approved vendor and associate member of the Association
  52.    of Shareware Professionals (ASP).  No registration fee is required
  53.    but this copyright must be maintained and acknowledged.
  54. -  All other distribution rights are maintained by the author.
  55. -  The author makes NO warranties, express or implied, oral or written, 
  56.    including any implied warranties of merchantability or fitness for 
  57.    a particular purpose.  In no event shall the author be liable for 
  58.    any damages whatsoever arising out of the use of the software.
  59.  
  60.  
  61. ===============
  62. Release History
  63. ===============
  64.  
  65. 1.0 -  8/17/91 - Initial Release
  66.  
  67. If you find any bugs, anomalies, or have any questions or suggestions,
  68. please send them to Jim Presley (CIS ID - 73417,2674).  Enjoy!
  69.  
  70.  
  71. ============
  72. Installation
  73. ============
  74.  
  75. Notes:
  76.  
  77. 1.  Be sure to copy APPSHELL.DLL to your Windows directory or a 
  78. directory in your path.
  79.  
  80. 2.  If you make an EXE file, be sure not to name it APPSHELL.EXE
  81. as this will conflict with APPSHELL.DLL.
  82.  
  83.  
  84.               App Shell Copyright (c) 1991 Jim Presley
  85.  
  86.  
  87.  
  88.          ----------------end-of-author's-documentation---------------
  89.  
  90.                          Software Library Information:
  91.  
  92.                     This disk copy provided as a service of
  93.  
  94.                            Public (software) Library
  95.  
  96.          We are not the authors of this program, nor are we associated
  97.          with the author in any way other than as a distributor of the
  98.          program in accordance with the author's terms of distribution.
  99.  
  100.          Please direct shareware payments and specific questions about
  101.          this program to the author of the program, whose name appears
  102.          elsewhere in  this documentation. If you have trouble getting
  103.          in touch with the author,  we will do whatever we can to help
  104.          you with your questions. All programs have been tested and do
  105.          run.  To report problems,  please use the form that is in the
  106.          file PROBLEM.DOC on many of our disks or in other written for-
  107.          mat with screen printouts, if possible.  PsL cannot debug pro-
  108.          programs over the telephone, though we can answer questions.
  109.  
  110.          Disks in the PsL are updated  monthly,  so if you did not get
  111.          this disk directly from the PsL, you should be aware that the
  112.          files in this set may no longer be the current versions. Also,
  113.          if you got this disk from another vendor and are having prob-
  114.          lems,  be aware that  some files may have become corrupted or
  115.          lost by that vendor. Get a current, working disk from PsL.
  116.  
  117.          For a copy of the latest monthly software library newsletter
  118.          and a list of the 3,000+ disks in the library, call or write
  119.  
  120.                            Public (software) Library
  121.                                P.O.Box 35705 - F
  122.                             Houston, TX 77235-5705
  123.  
  124.                                  Orders Only:
  125.                                 1-800-2424-PSL
  126.                               FAX: 713-524-6398
  127.                             CompuServe: 71355,470
  128.                             MC/Visa/AmEx/Discover
  129.  
  130.                           Outside of U.S. or in Texas
  131.                           or for general information,
  132.                               Call 1-713-524-6394
  133.  
  134.  
  135.